home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / intmemry.zip / MEMO1008.TXT < prev    next >
Text File  |  1992-12-02  |  4KB  |  84 lines

  1.   ╔═════════════════════════════════════════════════════════════════════════╗
  2.   ║                                                                         ║
  3.   ║                 ISA Bus: Installing Quarterdeck's QRAM                  ║
  4.   ║                                                                         ║
  5.   ╚═════════════════════════════════════════════════════════════════════════╝
  6.  
  7. QRAM
  8.  
  9.   QRAM is a "memory enhancer" for 8088/8086 or 80286-based computers which
  10.   have an EMS 4.0 compatible memory board such as the Above Board ISA, Plus,
  11.   or Plus 8. It requires an EMS page frame larger than 4 pages (4 pages =
  12.   64Kb).  QRAM takes over EMS pages beyond the required 4 pages and converts
  13.   them to "high memory".  Quarterdeck's LOADHI program can then load device
  14.   drivers and memory resident programs into high memory, leaving more
  15.   conventional memory free for other programs.  You can instruct QRAM to use
  16.   the entire page frame if you do not have any applications that require
  17.   expanded memory.
  18.  
  19.   Tech Notes:
  20.   Quarterdeck's QRAM v2.0 in the IBM PS/2 Model 30 requires the NOXBDA
  21.   parameter on the QRAM.SYS device driver line in the CONFIG.SYS file.
  22.   NOXBDA stands for No Extended BIOS Data Area.  If the NOXBDA parameter is
  23.   not present, QRAM will attempt to relocate it resulting in system lockup.
  24.   MOVE'EM from Qualitas may have a similar command.
  25.  
  26. QRAM COMPATIBILITY WITH ABOVE BOARDS
  27.  
  28.   The Above Board Plus and Above Board Plus 8 are completely compatible.
  29.   Other installed options, such as VGA boards or network boards, may limit
  30.   the number of extra pages in the EMS page frame.
  31.  
  32.             NOTE:  The QRAM manual contains an error about the Above
  33.             Board upgrade kit.  The Above Board Plus does not need to be
  34.             upgraded to allow QRAM to function; the Above Board 286 does.
  35.             To upgrade an Above Board 286, call (800) 356-3071 and order
  36.             the "Above Board Upgrade Kit".  The cost of the kit is $99
  37.             (US.).
  38.  
  39.   Any Above Boards which have switches, (Above Board PC, PS/PC, AT, PS/AT),
  40.   have LIMITED compatibility.  Since these boards do not support page frames
  41.   larger than 4 pages (64Kb), QRAM must be instructed to use the entire page
  42.   frame for high memory.  This will prevent other programs from accessing
  43.   expanded memory.  Some Above Board AT and PS/AT users may find it
  44.   acceptable to set the Above Board for 512Kb expanded and the remaining
  45.   memory as extended, then have QRAM use the entire page frame as high
  46.   memory.
  47.  
  48. USING QRAM WITH ABOVE BOARDS
  49.  
  50.   REQUIREMENTS:
  51.   -    Above Board ISA, Plus 8, Above Board Plus, (or an Above Board 286
  52.        that's been upgraded to a Plus), or the Matched Memory Classic.
  53.   -    Above Board installation software diskette dated 6/90 or later.
  54.  
  55.   The expanded memory page frame must be in at least a 64Kb contiguous
  56.   block.  Additional 16Kb pages may be discontiguous.  Intel Above Boards
  57.   can map the range C000-EFFF on 8088/8086 based systems, and C000-DFFF on
  58.   80286 based systems or better.
  59.  
  60.   ADJUSTING THE EXPANDED MEMORY PAGE FRAME...
  61.   By default, the expanded memory manager EMM.SYS will automatically search
  62.   the range C000-DFFF and map available 16Kb pages.  There are parameters
  63.   you can add to the EMM.SYS device driver line in the CONFIG.SYS file that
  64.   will allow you to specify exactly which pages EMM.SYS is to map.  These
  65.   parameters are used to resolve conflicts with other add-in boards having
  66.   ROM in the same address space as the expanded memory page frame.
  67.  
  68.   PARAMETERS...
  69.   Run the program SOFTSET from the Above Board installation diskette before
  70.   adding any additional parameters.
  71.  
  72.   EXPF=  (EXPanded First)  Sets the starting address for EMM's search for
  73.   available pages.  Add EXPF=C800 to tell EMM to search the range C800-DFFF
  74.   instead of the default search range of C000-DFFF.
  75.  
  76.   EP=    (Exclude Page)  Allows you to exclude a page, a list of pages, or a
  77.   range of pages to prevent EMM.SYS from using them.  Add EP=C000,C800 to
  78.   exclude those two particular pages.  Add EP=C000-CFFF to exclude the
  79.   entire range from C000-CFFF.
  80.  
  81.  
  82. ══════════════════════════════════════════════════════════════════════════════
  83. End of file                 Intel FaxBack # 1008          December 2,1992
  84.